# signature { license=0, seed=457995617, key="2832135a7da043ab4e7470d2cbe11459" }
name = "html"
version = "1.8.3"
pkgname = "manager"

description =
{
	name     = "Application Manager",
	summary  = "used to install and remove, configure, start and stop applications",
	detailed = [[
With this manager you can add, remove, update and check applications on your PBX.
You may manually stop and re-start, configure, disable (lock) or enable (unlock) 
the automatic start.
	]],
	copyright  = "&#169;2014 - 2020 NEC Platforms, Ltd",
}

description.de =
{
	summary  = [[wird zum Installieren und Entfernen, Konfigurieren, 
Starten und Stoppen von Applikationen verwendet ]],

	detailed = [[
Mit dem Application Manager kann man Applets auf dem Telefonsystem installieren und wieder entfernen
Man kann sie manuell starten, stoppen und neustarten, konfigurieren und den automatischen Start verhindern oder zulassen.
]]
}

files =
{
	"manifest";

	"button.png";
	"cancel.png";
	"common.css";
	"config.png";
	"edge.png";
	"favicon.ico";
	"home.png";
	"i18n.de";
	"i18n.ja";
	"i18n.txt";
	"icon.png";
	"lock.png";
	"manager.cgi";
	"manager.css";
	"manager.js";
	"nec_logo.png";
	"ok.png";
	"play.png";
	"plugin.png";
	"poll.cgi";
	"refresh.png";
	"stop.png";
	"trash.png";
	"unlock.png";
}

permissions =
{
	OS_KILL = true;
	LFS_RMDIR = true;
	LFS_MKDIR = true;
	UPD_APPMGR = true;
	INST_LIB  = true;
}

requirements =
{
	libraries =
	{
		cgi = "1.0";
		zip = "0.2";
	};
}         

